unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Thu, 27 Jan 2022 21:21:16 +0000 (21:21 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Thu, 27 Jan 2022 21:21:16 +0000 (21:21 +0000)
commit8a2137939fa6ba239a0da43b1ee1633b102a5561
treec56dfe278771c19c8c70c6e2bcae57624790261b
parent8b4b6fe743b1a1c8c9f544a0d0cd41814352beb7
unwind-chain-inclusion

# Without this patch, the first local include of unwind.h might, with the
# __has_include_next, try to include the one from the system.
# It might be /usr/include/clang/3.4/include/unwind.h
# Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration
# from the system.

Gbp-Pq: Name unwind-chain-inclusion.diff
clang/lib/Headers/unwind.h